Edit disclaimer banner wording
In order to change the wording of a disclaimer, the following must be done:
- Locate the disclaimer.html file located in static html folder for the relevant site (default location is C:\Triaster\ProcessLibraries\[Library]\[Site]\static html).
- To edit the disclaimer.html, right-click the file within windows explorer and edit with Notepad.
- The line below, highlighted in red, can be edited to required wording.
<html>
<head>
</head>
<body bgcolor=#FFFF80>
<p>You are looking at the Sandpit site. Process maps on this site are for review purposes only and are awaiting formal approval<p>
</body>
</html>
|